From: Juanma Barranquero Date: Sat, 27 Aug 2011 01:42:00 +0000 (+0200) Subject: src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2461 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=896f5c22a91c5d12030e45cea1889802c7e0102f;p=emacs.git src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index 6e4a7909878..b02bc98555d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-08-27 Juanma Barranquero + + * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h. + 2011-08-26 Paul Eggert Integer and memory overflow issues (Bug#9196). diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 792b66b0e4f..53cb5f857ab 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -469,6 +469,7 @@ $(BLD)/alloc.$(O) : \ $(SRC)/syssignal.h \ $(SRC)/w32.h \ $(NT_INC)/unistd.h \ + $(GNU_LIB)/verify.h \ $(BLOCKINPUT_H) \ $(CHARACTER_H) \ $(CONFIG_H) \